home *** CD-ROM | disk | FTP | other *** search
- Turbo C 2.0 patches
- -------------------
-
- This archive has the following batch files to fix several problems in
- the Turbo C 2.0 package. Note, you will also need the patch program
- located in the file PATCH.ARC in LIB 5 on BprogB.
-
- PATPRNTF.BAT - fixes the problem with the %.0f format specifier by
- using TLIB.EXE to install new .OBJ files into your Turbo C
- 2.0 .LIB files.
-
- PATTLIB.BAT - uses PATCH.COM to patch TLIB.EXE to eliminate the
- problem in which TLIB strips out line number information from .LIB
- modules.
-
- PATTC.BAT - uses PATCH.COM to patch TC.EXE so that __TURBOC__
- has the value 0x0200 and so that TC does not overwrite the INT
- 60H vector.
-
- PATSTAT.BAT - fixes the problem with stat in the tiny model by
- using TLIB.EXE to install a new .OBJ file into your Turbo C
- 2.0 .LIB file.
-
- PATFLOAT.BAT - uses PATCH.COM to patch TC.EXE and TCC.EXE to correct
- the "floating point formats not linked" problem.
-